projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6311b2
)
2002-08-25 Andrew Choi <akochoi@shaw.ca>
author
Andrew Choi
<akochoi@shaw.ca>
Sun, 25 Aug 2002 17:43:29 +0000
(17:43 +0000)
committer
Andrew Choi
<akochoi@shaw.ca>
Sun, 25 Aug 2002 17:43:29 +0000
(17:43 +0000)
* s/darwin.h (DONT_REOPEN_PTY): #def it.
src/ChangeLog
patch
|
blob
|
history
src/s/darwin.h
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index a6e41b4bc753b8f6799663f40f945dbece20a7e7..1f6f1134f63c7c1853c520343122868943a4b16e 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-6,7
+6,8
@@
* s/darwin.h (select): Define select to sys_select only if
HAVE_CARBON is defined.
(HAVE_WORKING_VFORK): #undef it. Define vfork to fork.
-
+ (DONT_REOPEN_PTY): #def it.
+
* macterm.c (XTread_socket): Remove code to call
SendEventToEventTarget for keys with command modifiers when
mac_command_key_is_meta is nil.
diff --git
a/src/s/darwin.h
b/src/s/darwin.h
index 6fd4b94dde0d9f914117fdc5022f0b9040333b97..7f5191a26d87131dee8f9ed928a0198d13a8994f 100644
(file)
--- a/
src/s/darwin.h
+++ b/
src/s/darwin.h
@@
-302,6
+302,7
@@
struct kboard;
does not exist. */
#undef HAVE_WORKING_VFORK
#define vfork fork
+#define DONT_REOPEN_PTY
#ifdef temacs
#define malloc unexec_malloc